Adding
Multitasking Capability to Applications Using Multiprocessing Service
This document
describes how your application can create tasks that run independently
on one or more microprocessors. For example, you can have your application
perform graphical calculations while writing data to a hard drive.
Multitasking can increase the efficiency and responsiveness of applications;
unlike the cooperative model (such as used by the Thread Manager
or the Mac OS Process Manager), Multiprocessing Services automatically
divides processor time among available tasks so no particular task
can monopolize the system.
You can order a printed
version of this book by visiting the ADC Developer Library site,
hosted by Fatbrain.com.
|